Einhugur macOS Bridge plugin.

NSDictionary.IntegerForKey Method

Returns Integer for a given key.

IntegerForKey(
   key as String) as Integer

Parameters

key
The key for the value to get.

Returns

Integer
The requested value for the given key or 0 if not found or if the value is not integer.

Remarks

See Also

NSDictionary Class